![]() | ![]() | ![]() | ![]() |
SAS® Studio 2.5 generates the following error messages when producing ODS Graphics output with non-Latin1 encoding:
[Fatal Error] :144:112: Byte "197" is not a member of the (7-bit) ASCII character set. Internal Exception:org.apache.xerces.impl.io.MalformedByteSequenceException: Byte "197" is not a member of the (7-bit) ASCII character set. org.apache.xerces.impl.io.MalformedByteSequenceException: Byte "197" is not a member of the (7-bit) ASCII character set.
SAS Studio automatically initiates ODS Graphics and opens the HTML, PDF, and RTF destinations. When a procedure that produces graphics output, such as the REG or GLM procedure, is used with non-Latin1 encoding, an error is written to the SAS® log and the graph is not produced.
To circumvent this problem, do one of the following:
ods rtf (id=web) close;
ods graphics off;
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Web Editor | Apple Mobile Operating System | 2.5 | 3.1 | 9.4 TS1M0 | |
Microsoft® Windows® for x64 | 2.5 | 3.1 | 9.4 TS1M0 | |||
Microsoft Windows 8 Enterprise x64 | 2.5 | 3.1 | 9.4 TS1M0 | |||
Microsoft Windows 8 Pro x64 | 2.5 | 3.1 | 9.4 TS1M0 | |||
Microsoft Windows 8.1 Enterprise 32-bit | 2.5 | 3.1 | 9.4 TS1M0 | |||
Microsoft Windows 8.1 Enterprise x64 | 2.5 | 3.1 | 9.4 TS1M0 | |||
Microsoft Windows 8.1 Pro | 2.5 | 3.1 | 9.4 TS1M0 | |||
Microsoft Windows 8.1 Pro 32-bit | 2.5 | 3.1 | 9.4 TS1M0 | |||
Microsoft Windows Server 2008 R2 | 2.5 | 3.1 | 9.4 TS1M0 | |||
Microsoft Windows Server 2008 for x64 | 2.5 | 3.1 | 9.4 TS1M0 | |||
Microsoft Windows Server 2012 Datacenter | 2.5 | 3.1 | 9.4 TS1M0 | |||
Microsoft Windows Server 2012 R2 Datacenter | 2.5 | 3.1 | 9.4 TS1M0 | |||
Microsoft Windows Server 2012 R2 Std | 2.5 | 3.1 | 9.4 TS1M0 | |||
Microsoft Windows Server 2012 Std | 2.5 | 3.1 | 9.4 TS1M0 | |||
Windows 7 Enterprise x64 | 2.5 | 3.1 | 9.4 TS1M0 | |||
Windows 7 Professional x64 | 2.5 | 3.1 | 9.4 TS1M0 |